MCPcopy
hub / github.com/EngoEngine/engo / testResource

Struct testResource

assets_test.go:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type testResource struct {
54 url string
55}
56
57func (r testResource) URL() string {
58 return r.url

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected