MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_http_server_stop

Function cbm_http_server_stop

src/ui/http_server.c:1814–1818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814void cbm_http_server_stop(cbm_http_server_t *srv) {
1815 if (srv) {
1816 atomic_store(&srv->stop_flag, 1);
1817 }
1818}
1819
1820void cbm_http_server_run(cbm_http_server_t *srv) {
1821 if (!srv || !srv->listener_ok)

Callers 3

request_shutdownFunction · 0.85
mainFunction · 0.85
th_server_stopFunction · 0.85

Calls

no outgoing calls

Tested by 1

th_server_stopFunction · 0.68