MCPcopy 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
174export function disable() {
175 profileFunctionFactory = undefined;
176}
177
178function profileFunction<F extends Function>(fn: F, customName?: string): F {
179 return profileFunctionFactory<F>(fn, customName || fn.name);

Callers 1

profiling-tests.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected