Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
GraphIntegrityCheckResult
Interface GraphIntegrityCheckResult
interface
GraphIntegrityCheckResult
{
errors
:
string
[]
;
pass
:
boolean
;
stats
:
{
contradictionCount
:
number
;
hotspotCount
:
number
;
maxPropagationDepth
:
number
;
orphanedNodeCount
:
number
;
staleEdgeCount
:
number
;
}
;
warnings
:
string
[]
;
}
Index
Properties
errors
pass
stats
warnings
Properties
errors
errors
:
string
[]
pass
pass
:
boolean
stats
stats
:
{
contradictionCount
:
number
;
hotspotCount
:
number
;
maxPropagationDepth
:
number
;
orphanedNodeCount
:
number
;
staleEdgeCount
:
number
;
}
warnings
warnings
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
pass
stats
warnings
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...