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

Method Path

extension/platform/view.go:30–30  ·  view source on GitHub ↗

Path is the canonical slash-separated path, rootless ("docs/+update").

()

Source from the content-addressed store, hash-verified

28type CommandView interface {
29 // Path is the canonical slash-separated path, rootless ("docs/+update").
30 Path() string
31
32 // Domain returns the business domain ("docs", "im", "") inherited from
33 // the nearest ancestor with a cmdmeta.domain annotation. Empty string

Callers 15

collectSubtypeConstsFunction · 0.65
ResolveSubtypeIdentMethod · 0.65
TestTryLock_SuccessFunction · 0.65
TestPathFunction · 0.65
TestForSubscribeFunction · 0.65

Implementers 5

fakeViewinternal/hook/install_test.go
fakeViewinternal/platform/host_test.go
cobraCommandViewcmd/platform_bootstrap.go
stubViewcmd/platform_guards_test.go
fakeViewextension/platform/selector_test.go

Calls

no outgoing calls

Tested by 11

TestTryLock_SuccessFunction · 0.52
TestPathFunction · 0.52
TestForSubscribeFunction · 0.52