↓ 5 callersFunctioninstallPluginFromMarketplace({
pluginId,
entry,
marketplaceName,
scope = 'user',
trigger = 'user',
}: InstallPluginParams)
src/utils/plugins/pluginInstallationHelpers.ts:506
↓ 5 callersFunctionreadFileInRange(
filePath: string,
offset = 0,
maxLines?: number,
maxBytes?: number,
signal?: AbortSignal,
option
src/utils/readFileInRange.ts:73
↓ 5 callersFunctionrenderNodeToOutput(
node: DOMElement,
output: Output,
{
offsetX = 0,
offsetY = 0,
prevScreen,
skipSelfBlit
src/ink/render-node-to-output.ts:387