MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / hooks

Function hooks

tests/test_code/js/moment/moment.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 var hookCallback;
14
15 function hooks() {
16 return hookCallback.apply(null, arguments);
17 }
18
19 // This is done to register the method called with moment()
20 // without creating circular dependencies.

Callers 3

localeErasFunction · 0.85
localeErasConvertYearFunction · 0.85
getEraYearFunction · 0.85

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected