()
| 458 | var flowContext = Context.getFlowContext("flow") |
| 459 | var context = Context.get("1","flow"); |
| 460 | var cb = function(){} |
| 461 | context.set("foo","bar","_",cb); |
| 462 | context.get("foo","_",cb); |
| 463 | context.keys("_",cb); |
no outgoing calls
no test coverage detected