MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / tic

Function tic

scripts/osrm-runner.js:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14// Execute HTTP query against OSRM server and measure response times
15const run_query = (query_options, filters, callback) => {
16 let tic = () => 0.;
17 http.request(query_options, (res) => {
18 let body = '';
19 const ttfb = tic();

Callers 1

run_queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected