MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / skip_n_firsts

Method skip_n_firsts

src/backward.h:777–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775 size_t thread_id() const { return _thread_id; }
776
777 void skip_n_firsts(size_t n) { _skip = n; }
778
779protected:
780 void load_thread_info()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected