MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / Func

Class Func

modules/dasSQLITE/sqlite/shell.c:14430–14434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14428*/
14429static int recoverOpenOutput(sqlite3_recover *p){
14430 struct Func {
14431 const char *zName;
14432 int nArg;
14433 void (*xFunc)(sqlite3_context*,int,sqlite3_value **);
14434 } aFunc[] = {
14435 { "getpage", 1, recoverGetPage },
14436 { "page_is_used", 1, recoverPageIsUsed },
14437 { "read_i32", 2, recoverReadI32 },

Callers 7

visitMethod · 0.50
visitCallMethod · 0.50
visitMethod · 0.50
visitMethod · 0.50
adaptFunction · 0.50
builtin_getFunctionByMnhFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected