MCPcopy
hub / github.com/slimtoolkit/slim / String

Method String

pkg/report/container_report.go:40–42  ·  view source on GitHub ↗

String converts the artifact type ID to a string

()

Source from the content-addressed store, hash-verified

38
39// String converts the artifact type ID to a string
40func (t ArtifactType) String() string {
41 return artifactTypeNames[t]
42}
43
44var artifactTypeValues = map[string]ArtifactType{
45 DirArtifactTypeName: DirArtifactType,

Callers 15

CapabilitiesFunction · 0.45
sysenv_linux.goFile · 0.45
StringJSONPrettyMethod · 0.45
encodeEventFunction · 0.45
LogDumpMethod · 0.45
StateMethod · 0.45
InfoMethod · 0.45
newTestRunFunction · 0.45
app.goFile · 0.45
dumpAppBomFunction · 0.45
AllDependenciesFunction · 0.45
DetectFunction · 0.45

Calls

no outgoing calls

Tested by 1

newTestRunFunction · 0.36