taco-db
0.1.0
|
#include "tdb.h"
#include "utils/misc.h"
#include <fstream>
#include <cstdio>
#include <cinttypes>
#include <absl/strings/match.h>
#include <absl/strings/str_cat.h>
Namespaces | |
taco | |
Functions | |
bool | taco::FilePathIsTDBFilePath (absl::string_view filepath) |
Returns true if filepath belongs to tdb source code path. More... | |
absl::string_view | taco::StripSourcePath (absl::string_view path) |
uint64_t | taco::GetCurrentDataSize () |
Returns the approximate size of heap-allocated memory in bytes. More... | |