Skip to main content
function getCallerInfo
import { getCallerInfo } from "https://deno.land/x/caller_metadata@v0.0.3/src/main.ts";

returns structured call stack data for the last callers: file, name and position in source code { file: string|null, name: string|null, row: number|null, col: number|null }

Parameters

optional
error: Error