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

Method ~BindMap

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

Source from the content-addressed store, hash-verified

34 }
35
36 ~BindMap() {
37 while (length) pairs[--length].~Pair();
38 FREE_ARRAY<Pair>(pairs);
39 }
40
41 inline Pair* GetPairs() {
42 return pairs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected