MCPcopy Create free account
hub / github.com/basarat/typescript-book / closure.ts

File closure.ts

code/javascript/closure.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function outerFunction(arg) {
2 var variableInOuterFunction = arg;
3
4 function bar() {

Callers

nothing calls this directly

Calls 5

onMethod · 0.80
outerFunctionFunction · 0.70
createCounterFunction · 0.70
sendMethod · 0.65
logMethod · 0.45

Tested by

no test coverage detected