MCPcopy Index your code
hub / github.com/modelcontextprotocol/registry / stringPtr

Function stringPtr

internal/validators/validators_test.go:2307–2309  ·  view source on GitHub ↗

Helper function for creating string pointers in tests

(s string)

Source from the content-addressed store, hash-verified

2305
2306// Helper function for creating string pointers in tests
2307func stringPtr(s string) *string {
2308 return &s
2309}

Callers 1

TestValidateTitleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…