MCPcopy Create free account
hub / github.com/egonelbre/exp / API

Function API

untangle/testdata/src/example.test/sink/sink.go:18–28  ·  view source on GitHub ↗

untangle:ignore

()

Source from the content-addressed store, hash-verified

16
17//untangle:ignore
18func API() World {
19 world := World{
20 Knives: true,
21 Ingredients: true,
22 Bowls: false,
23 Spoons: true,
24 }
25
26 world.Bowls = true
27 return world
28}
29
30func Chop() { // want Chop:"example.test/sink.World: Ingredients, Knives"
31 world := API()

Callers 1

ChopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected