MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IndirectFloat

Function IndirectFloat

Libs/flatbuffers/flexbuffers.h:992–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990 }
991
992 void IndirectFloat(float f) {
993 PushIndirect(f, FBT_INDIRECT_FLOAT, BIT_WIDTH_32);
994 }
995 void IndirectFloat(const char *key, float f) {
996 Key(key);
997 IndirectFloat(f);

Callers

nothing calls this directly

Calls 2

PushIndirectFunction · 0.85
KeyFunction · 0.70

Tested by

no test coverage detected