MCPcopy Create free account
hub / github.com/kataras/iris / String

Method String

_examples/file-server/basic/main_test.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (r resource) String() string {
31 return string(r)
32}
33
34func (r resource) strip(strip string) string {
35 s := r.String()

Callers 3

contentTypeMethod · 0.95
stripMethod · 0.95
loadFromBaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected