Skip to main content
Dotset CLI API Documentation / tollgate / extractAnalyzableContent

Function: extractAnalyzableContent()

function extractAnalyzableContent(
   analyzerName, 
   _tool, 
   args): string | null;
Defined in: src/tollgate/analyzers/index.ts:148 Extract the content to analyze from tool arguments

Parameters

analyzerName

string

_tool

string

args

Record<string, unknown>

Returns

string | null