Skip to main content

Module entity

Module entity 

Source
Expand description

Entity model using SCIP-style human-readable, globally-unique symbol strings.

Identity format: scip:<manager>/<package>/<version>/<path>#<symbol> Example: scip:npm/my-app/1.0/src/auth/service.ts/AuthService#validateToken

This approach is drawn from Sourcegraph’s SCIP protocol — because each document is self-contained with symbol strings rather than graph-local IDs, individual files can be re-indexed independently without global coordination. Reference: https://github.com/sourcegraph/scip

Structs§

EntityId
SCIP-style globally unique identifier for any code entity.
UcmEntity
A node in the context graph — an entity with its identity and metadata.

Enums§

DiscoverySource
How an entity was discovered — determines base confidence and decay rate.
EntityKind
The kind of code entity in the context graph.
TestType