MCPcopy Create free account
hub / github.com/activejs/activejs / stackTrace

Function stackTrace

packages/core/src/utils/funcs.ts:350–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 * @internal please do not use.
349 */
350export function stackTrace(): string {
351 try {
352 throw new Error();
353 } catch (error) {
354 return error.stacktrace || error.stack;
355 }
356}
357
358/**
359 * @internal please do not use.

Callers 1

getLocationIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected