MCPcopy Create free account
hub / github.com/Facets-cloud/flow / rawBlock

Struct rawBlock

internal/stats/scan.go:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type rawBlock struct {
71 Type string `json:"type"`
72 Name string `json:"name"`
73 Input json.RawMessage `json:"input"`
74}
75
76type rawInput struct {
77 Command string `json:"command"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected