Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lmorg/murex
/ FlagValueT
Interface
FlagValueT
lang/parameters/flags.go:10–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
FlagValueT
interface
{
11
String() string
12
Integer() int
13
Number() float64
14
Boolean() bool
15
Any() any
16
}
17
18
type
flagValue
struct
{
19
v any
Callers
20
wasmShellExec
Function · 0.65
wasmKeyPress
Function · 0.65
Dump
Method · 0.65
ErrIfNotAMethod
Method · 0.65
Args
Method · 0.65
testStates
Function · 0.65
AddResult
Method · 0.65
TestProcessExecStruct
Function · 0.65
cmdStructKeys
Function · 0.65
cmdFidListNew
Function · 0.65
cmdForEach
Function · 0.65
cmdTabulate
Function · 0.65
Implementers
2
flagValue
lang/parameters/flags.go
nullValue
lang/parameters/flags.go
Calls
no outgoing calls
Tested by
no test coverage detected