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

Function setParamsHash

src/jrd/SysFunction.cpp:863–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861
862
863void setParamsHash(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args)
864{
865 fb_assert(argsCount == 1 || argsCount == 2);
866
867 setParamVarying(args[0], ttype_binary);
868}
869
870
871void setParamsMakeDbkey(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args)

Callers

nothing calls this directly

Calls 1

setParamVaryingFunction · 0.85

Tested by

no test coverage detected