Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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).
23
type
flagView
interface
{
24
Str(name string) string
25
Int(name string) int
26
Float64(name string) float64
27
Bool(name string) bool
Callers
15
markdownFlagExplicitlyEmpty
Function · 0.65
markdown_overwrite.go
File · 0.65
markdown_create.go
File · 0.65
markdown_fetch.go
File · 0.65
newMarkdownPatchSpec
Function · 0.65
markdown_diff.go
File · 0.65
parseTimeRange
Function · 0.65
buildSearchBody
Function · 0.65
buildSearchParams
Function · 0.65
vc_search.go
File · 0.65
vc_recording.go
File · 0.65
vc_detail.go
File · 0.65
Implementers
2
RuntimeContext
shortcuts/common/runner.go
mapFlagView
shortcuts/sheets/flag_view.go
Calls
no outgoing calls
Tested by
15
TestResolveInputFlags_DirectValue
Function · 0.52
TestResolveInputFlags_Stdin
Function · 0.52
TestResolveInputFlags_File
Function · 0.52
TestResolveInputFlags_EmptyFile
Function · 0.52
TestResolveInputFlags_EmptyInput
Function · 0.52
TestResolveInputFlags_NoInputSpec
Function · 0.52
TestResolveInputFlags_EscapeAtSign
Function · 0.52
TestResolveInputFlags_EscapeDoubleAt
Function · 0.52
TestResolveInputFlags_StripBOMStdin
Function · 0.52
TestResolveInputFlags_StripBOMFile
Function · 0.52
TestBuildSearchParamsDryRunConvertsSystemFolderAndLabel
Function · 0.52
TestBuildSearchParamsSystemLabelAsFolder
Function · 0.52