Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ disable
Function
disable
packages/core/profiling/index.ts:174–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
export
function
disable() {
175
profileFunctionFactory = undefined;
176
}
177
178
function
profileFunction<F extends Function>(fn: F, customName?: string): F {
179
return
profileFunctionFactory<F>(fn, customName || fn.name);
Callers
1
profiling-tests.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected