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

Method Str

shortcuts/sheets/flag_view.go:24–24  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

22// batch-vs-standalone contract test).
23type flagView interface {
24 Str(name string) string
25 Int(name string) int
26 Float64(name string) float64
27 Bool(name string) bool

Callers 15

markdown_create.goFile · 0.65
markdown_fetch.goFile · 0.65
newMarkdownPatchSpecFunction · 0.65
markdown_diff.goFile · 0.65
parseTimeRangeFunction · 0.65
buildSearchBodyFunction · 0.65
buildSearchParamsFunction · 0.65
vc_search.goFile · 0.65
vc_recording.goFile · 0.65
vc_detail.goFile · 0.65

Implementers 2

RuntimeContextshortcuts/common/runner.go
mapFlagViewshortcuts/sheets/flag_view.go

Calls

no outgoing calls