Skip to main content
Glama
go_below_118.go531 B
//+build !go1.18 package reflect2 import ( "unsafe" ) // m escapes into the return value, but the caller of mapiterinit // doesn't let the return value escape. //go:noescape //go:linkname mapiterinit reflect.mapiterinit func mapiterinit(rtype unsafe.Pointer, m unsafe.Pointer) (val *hiter) func (type2 *UnsafeMapType) UnsafeIterate(obj unsafe.Pointer) MapIterator { return &UnsafeMapIterator{ hiter: mapiterinit(type2.rtype, *(*unsafe.Pointer)(obj)), pKeyRType: type2.pKeyRType, pElemRType: type2.pElemRType, } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mozillazg/kube-audit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server