MCPcopy Index your code
hub / github.com/Legitcode/tests / use

Function use

src/tests.js:49–52  ·  view source on GitHub ↗
(callback, data)

Source from the content-addressed store, hash-verified

47 return this
48 },
49 use(callback, data) {
50 callback.call(this, data)
51 return this
52 },
53 mixin(spec) {
54 Object.keys(spec).forEach(key => {
55 this[key] = (...args) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected