MCPcopy Create free account
hub / github.com/koding/kite / Args

Struct Args

dnode/scrubber_test.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 scrubber := NewScrubber()
7
8 type Args struct {
9 A int
10 B string
11 C Function
12 }
13
14 obj := Args{
15 A: 1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected