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

Function evlDecode64

src/jrd/SysFunction.cpp:3633–3636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3631}
3632
3633dsc* evlDecode64(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3634{
3635 return evlEncodeDecode64(tdbb, false, function, args, impure);
3636}
3637
3638dsc* evlEncode64(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3639{

Callers

nothing calls this directly

Calls 1

evlEncodeDecode64Function · 0.85

Tested by

no test coverage detected