MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / sz_version_patch

Function sz_version_patch

c/stringzilla.c:393–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391SZ_DYNAMIC int sz_version_major(void) { return STRINGZILLA_H_VERSION_MAJOR; }
392SZ_DYNAMIC int sz_version_minor(void) { return STRINGZILLA_H_VERSION_MINOR; }
393SZ_DYNAMIC int sz_version_patch(void) { return STRINGZILLA_H_VERSION_PATCH; }
394SZ_DYNAMIC sz_capability_t sz_capabilities_comptime(void) { return sz_capabilities_comptime_implementation_(); }
395SZ_DYNAMIC sz_capability_t sz_capabilities_runtime(void) { return sz_capabilities_runtime_implementation_(); }
396SZ_DYNAMIC sz_capability_t sz_capabilities(void) {

Callers 2

PyInit_stringzillaFunction · 0.50
versionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…