MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / unwrap

Method unwrap

__tests__/fixtures/kernel-parity/torture.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template <typename T>
67T Box<T>::unwrap() {
68 return value_;
69}
70
71class Derived : public Base<int>, private app::Config {
72public:

Callers 15

cleanersFunction · 0.60
ascii_ident_reFunction · 0.60
capitalized_reFunction · 0.60
extractFunction · 0.60
push_refMethod · 0.60
create_nodeMethod · 0.60
extract_methodMethod · 0.60
extract_importMethod · 0.60
extract_callMethod · 0.60
extract_inheritanceMethod · 0.60
consider_decoratorMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected