Skip to main content

Module qname

Module qname 

Source
Expand description

Qualified plugin item names — namespace.local.

Every plugin-registered extension is identified by a QName: the plugin’s owning namespace (reverse-DNS, e.g. ai.dragonscale.geo) plus a local name (e.g. haversine). Stored case-sensitively; matched case-insensitively at Cypher call sites, case-sensitively at Locy call sites.

Structs§

QName
Qualified plugin item name — namespace.local.

Constants§

RESERVED_PLUGIN_IDS
Reserved single-token plugin ids that are exempt from the reverse-DNS id-format requirement.

Functions§

is_reserved_plugin_id
Returns true if id is one of the framework-reserved single-token plugin ids exempt from the reverse-DNS requirement.