Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hybridgroup/cylon
/ hasProp
Function
hasProp
lib/validator.js:8–10 ·
view source on GitHub ↗
(object, prop)
Source
from the content-addressed store, hash-verified
6
_ = require(
"./utils/helpers"
);
7
8
function
hasProp(object, prop) {
9
return
object.hasOwnProperty(prop);
10
}
11
12
function
die() {
13
var
RobotDSLError =
new
Error(
"Unable to start robot due to a syntax error"
);
Callers
1
validator.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected