MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / BindMap

Method BindMap

src/util/bind-map.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 };
28
29 explicit BindMap(char _) {
30 assert(_ == 0);
31 pairs = NULL;
32 capacity = 0;
33 length = 0;
34 }
35
36 ~BindMap() {
37 while (length) pairs[--length].~Pair();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected