Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Functions
Function: inferAnalyzer
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Shield
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Shield API
Tollgate API
Tollgate API
Classes
Interfaces
Functions
Function: containsPii
Function: createRedactor
Function: durationToTtlSeconds
Function: expandEnvVars
Function: exportAuditRecords
Function: extractAnalyzableContent
Function: formatValidationIssues
Function: generateConfig
Function: getDataDir
Function: getServerConfig
Function: inferAnalyzer
Function: loadConfig
Function: normalizeToolPolicy
Function: redactPii
Function: redactPiiFromObject
Type Aliases
Variables
On this page
Function: inferAnalyzer()
Parameters
server
tool
_args?
Returns
Functions
Function: inferAnalyzer
Dotset CLI API Documentation
/
tollgate
/ inferAnalyzer
Function: inferAnalyzer()
Copy
function
inferAnalyzer
(
server
,
tool
,
_args
?
)
:
string
|
null
;
Defined in: src/tollgate/analyzers/index.ts:94
Helper to determine which analyzer to use based on tool/server
Parameters
server
string
tool
string
_args?
Record
<
string
,
unknown
>
Returns
string
|
null
Function: getServerConfig
Function: loadConfig
⌘I