Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/PROJ
/ getOptDouble
Function
getOptDouble
src/transformations/defmodel_impl.hpp:313–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
return getDouble(j, key, false);
312
}
313
static double getOptDouble(const json &j, const char *key) {
314
return getDouble(j, key, true);
315
}
316
317
// ---------------------------------------------------------------------------
318
Callers
1
parse
Method · 0.85
Calls
1
getDouble
Function · 0.85
Tested by
no test coverage detected