MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / writeString

Method writeString

src/include/storage/overflow_file.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 common::string_t writeString(PageAllocator* pageAllocator, std::string_view rawString);
54 common::string_t writeString(PageAllocator* pageAllocator, const char* rawString) {
55 return writeString(pageAllocator, std::string_view(rawString));
56 }
57
58 void checkpoint();
59 void checkpointInMemory() { pageWriteCache.clear(); }

Callers

nothing calls this directly

Calls 1

writeStringFunction · 0.85

Tested by

no test coverage detected