MCPcopy Create free account
hub / github.com/anse1/sqlsmith / register_routine

Method register_routine

schema.hh:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 index.insert(std::pair<typekey,op>(t,o));
62 }
63 virtual void register_routine(routine& r) {
64 routines.push_back(r);
65 }
66 virtual void register_aggregate(routine& r) {
67 aggregates.push_back(r);
68 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected