MCPcopy
hub / github.com/larksuite/cli / fakeView

Struct fakeView

internal/platform/host_test.go:68–68  ·  view source on GitHub ↗

fakeView satisfies platform.CommandView for selector lookups in the platformhost tests; All() matches everything so the type can stay trivial.

Source from the content-addressed store, hash-verified

66// platformhost tests; All() matches everything so the type can stay
67// trivial.
68type fakeView struct{}
69
70func (fakeView) Path() string { return "" }
71func (fakeView) Domain() string { return "" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected