MCPcopy Index your code
hub / github.com/koding/kite / main

Function main

testutil/writekey/main.go:15–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func main() {
16 flag.Parse()
17
18 if *flagEnableOutput {
19 fmt.Printf("%v", testutil.NewKiteKey().Raw)
20 os.Exit(0)
21 }
22
23 kitekey.Write(testutil.NewKiteKey().Raw)
24}

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected