Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/smallstep/cli
/ funcFlowOption
Struct
funcFlowOption
utils/cautils/certificate_flow.go:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
var
sharedContext flowContext
52
53
type
funcFlowOption
struct
{
54
f
func
(fo *flowContext)
55
}
56
57
func
(ffo *funcFlowOption) apply(fo *flowContext) {
58
ffo.f(fo)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected