MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / wire

Method wire

__tests__/fixtures/kernel-parity/torture.rb:117–123  ·  view source on GitHub ↗
(list, button)

Source from the content-addressed store, hash-verified

115 def target_cb; end
116
117 def wire(list, button)
118 register(method(:target_cb))
119 register(&method(:target_cb))
120 register(method(:missing_cb))
121 store = method(:target_cb)
122 list.each(&:map_sym)
123 end
124
125 def calls_zoo(cb, lower, neg, other, deep, obj, h)
126 reset

Callers

nothing calls this directly

Calls 2

registerFunction · 0.70
methodFunction · 0.50

Tested by

no test coverage detected