示例#1
0
 private IEnumerable <Json> CallFunctionName(
     FunctionName name, Json json, IMashContext context)
 => context.GetCallable(name) switch
 {