| 6 | namespace globed { |
| 7 | |
| 8 | ExtendedObjectBase::ExtendedObjectBase() {} |
| 9 | |
| 10 | void ExtendedObjectBase::encodePayload(geode::FunctionRef<bool(qn::HeapByteWriter&)>&& writefn) { |
| 11 | qn::HeapByteWriter writer; |
nothing calls this directly
no outgoing calls
no test coverage detected