MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / checkType

Function checkType

src/auth/SecureRemotePassword/Message.h:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111public:
112 template <typename T>
113 static bool checkType(unsigned t, unsigned /*sz*/)
114 {
115 return T::unknownDataType();
116 }
117
118 template <typename T>
119 static unsigned getType(unsigned& sz)

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected