MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / IndirectFloat

Function IndirectFloat

native/thirdpart/flatbuffers/flexbuffers.h:991–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

PushIndirectFunction · 0.85
KeyFunction · 0.85

Tested by

no test coverage detected