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

Method Compare

src/objects/statement.hpp:11–13  ·  view source on GitHub ↗

Used to support ordered containers.

Source from the content-addressed store, hash-verified

9
10 // Used to support ordered containers.
11 static inline bool Compare(Statement const * const a, Statement const * const b) {
12 return a->extras->id < b->extras->id;
13 }
14
15 // Returns the Statement's bind map (creates it upon first execution).
16 BindMap& GetBindMap(Napi::Env env);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected