Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-openapi/jsonpointer
/ settableColl
Struct
settableColl
pointer_test.go:652–654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
650
}
651
652
type
settableColl
struct
{
653
Items []settableCollItem
654
}
655
656
func
(s settableColl) MarshalJSON() ([]byte, error) {
657
return
json.Marshal(s.Items)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected