MCPcopy Create free account
hub / github.com/sql-js/sql.js / test_function

Function test_function

test/test_functions.js:6–8  ·  view source on GitHub ↗
(string_arg)

Source from the content-addressed store, hash-verified

4
5 // Simple function, appends extra text on a string.
6 function test_function(string_arg) {
7 return "Function called with: " + string_arg;
8 };
9
10 // Register with SQLite.
11 db.create_function("TestFunction", test_function);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…