MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / contractVersion

Function contractVersion

plugins/ast/python/src/lib.rs:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24/// ABI contract version this plugin implements (must match the host's).
25#[unsafe(no_mangle)]
26pub extern "C" fn contractVersion() -> i32 {
27 1
28}
29
30/// Self-description consumed by the host (languageId + extensions; frameworks carried).
31#[unsafe(no_mangle)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected