MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / Url

Struct Url

internal/model/object.go:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80type Url struct {
81 Url string
82}
83
84func (w Url) URL() string {
85 return w.Url

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected