MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / callback

Function callback

services.ts:1376–1378  ·  view source on GitHub ↗
(message:string)

Source from the content-addressed store, hash-verified

1374 // phase lint is merely a call to apps.lint
1375 lint : function node_apps_build_lint():void {
1376 const callback = function node_apps_build_lint_callback(message:string):void {
1377 next(message);
1378 };
1379 heading("Linting");
1380 apps.lint(callback);
1381 },

Callers 8

services.tsFile · 0.85
hashbackFunction · 0.85
lintitFunction · 0.85
restatFunction · 0.85
destroyFunction · 0.85
removeItemsFunction · 0.85
intervalFunction · 0.85
compareFunction · 0.85

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected