MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / lmpfs_version

Function lmpfs_version

src/api/lmpfs.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88// ---- library-wide ---------------------------------------------------------
89
90extern "C" LMPFS_API const char* lmpfs_version(void) {
91 // Mirror PROGRESS / ROADMAP: bumped per release.
92#ifdef LMPFS_VERSION
93 return LMPFS_VERSION;
94#else
95 return "0.37.1";
96#endif
97}
98
99extern "C" LMPFS_API const char* lmpfs_last_error(void) {
100 return g_last_error.c_str();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected