MCPcopy Create free account
hub / github.com/GJDuck/e9patch / getType

Function getType

src/e9tool/e9types.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#define TYPESIG_UNTYPED (UINT64_MAX-1)
34
35static inline e9tool::Type getType(TypeSig sig, unsigned idx)
36{
37 return (e9tool::Type)(sig >> (64 - 8 * (idx + 1)));
38}
39
40static inline TypeSig setType(TypeSig sig, e9tool::Type t, unsigned idx)
41{

Callers 2

coercibleFunction · 0.85
getSymbolStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected