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

Method annotations

features/support/fbresult_generated.js:846–849  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

844 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
845 }
846 annotations(obj) {
847 const offset = this.bb.__offset(this.bb_pos, 12);
848 return offset ? (obj || new Annotation()).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : null;
849 }
850 steps(index, obj) {
851 const offset = this.bb.__offset(this.bb_pos, 14);
852 return offset ? (obj || new Step()).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos + offset) + index * 4), this.bb) : null;

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

__initMethod · 0.45

Tested by

no test coverage detected