MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / beforeDim

Method beforeDim

src/simulate/bin_serializer.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 verify_hash(si->hash);
105 }
106 virtual void beforeDim ( char *, TypeInfo * ti ) override {
107 verify_hash(ti->hash);
108 verify(ti->dimSize);
109 }
110 virtual void beforeArray ( Array * pa, TypeInfo * ti ) override {
111 verify_hash(ti->hash);
112 if ( reading ) {

Callers

nothing calls this directly

Calls 1

verifyFunction · 0.85

Tested by

no test coverage detected