MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / String

TypeAlias String

value.go:316–316  ·  view source on GitHub ↗

String is the Value that represents string of text Use with: TagText, TagName, TagReservedString, TagKeyword, TagURI, TagURIScheme, TagCharset, TagLanguage, TagMimeType, TagMemberName

Source from the content-addressed store, hash-verified

314// Use with: TagText, TagName, TagReservedString, TagKeyword, TagURI,
315// TagURIScheme, TagCharset, TagLanguage, TagMimeType, TagMemberName
316type String string
317
318// String converts String value to string
319func (v String) String() string { return string(v) }

Callers 15

TestFmtAttributeFunction · 0.85
TestFmtRequestResponseFunction · 0.85
TestFmtBytesFunction · 0.85
TestAttributesCopyFunction · 0.85
TestAttributeUnpackFunction · 0.85
value.goFile · 0.85
decodeMethod · 0.85
TestMessageAttrGroupsFunction · 0.85
TestMessageEqualSimilarFunction · 0.85
TestMessageResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected