namespace vase.

This commit is contained in:
2026-08-06 20:36:14 +01:00
parent 0720a254a3
commit 04a27b30aa
18 changed files with 39 additions and 11 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
#include "internal/vase/shard.h"
#include "internal/vase/vase.h"
namespace crib::internal::vase {
void Shard::retain(Shard *n) {
if (n)
n->refs++;
@@ -256,3 +257,4 @@ Shard *Shard::from_file(std::filesystem::path path, OriginalBuffer *o) {
return pieces[0];
return build(pieces.data(), 0, pieces.size());
}
} // namespace crib::internal::vase