Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiseLibs/better-sqlite3
/ GetSize
Method
GetSize
src/util/bind-map.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
inline int GetSize() {
46
return length;
47
}
48
49
// Adds a pair to the bind map, expanding the capacity if necessary.
50
void Add(Napi::Env env, const char* name, int index) {
Callers
3
Bind
Method · 0.80
BindObject
Method · 0.80
BindArgs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected