MCPcopy
hub / github.com/kubevela/kubevela / String

Function String

pkg/addon/reader_github_test.go:119–119  ·  view source on GitHub ↗

String is a helper routine that allocates a new string value to store v and returns a pointer to it.

(v string)

Source from the content-addressed store, hash-verified

117// String is a helper routine that allocates a new string value
118// to store v and returns a pointer to it.
119func String(v string) *string { return &v }

Callers 2

TestGitHubReaderFunction · 0.85
TestGiteeReaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected