MCPcopy Create free account
hub / github.com/audacity/audacity / test_breakpoint

Function test_breakpoint

lib-src/sqlite/shell.c:15098–15101  ·  view source on GitHub ↗

** A no-op routine that runs with the ".breakpoint" doc-command. This is ** a useful spot to set a debugger breakpoint. */

Source from the content-addressed store, hash-verified

15096** a useful spot to set a debugger breakpoint.
15097*/
15098static void test_breakpoint(void){
15099 static int nCall = 0;
15100 nCall++;
15101}
15102
15103/*
15104** An object used to read a CSV and other files for import.

Callers 1

do_meta_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected