MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / value

Function value

tools/xsbug/BreakpointDialog.js:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 breakpoint, x, y,
54 enabled: {
55 get value() {
56 return breakpoint.enabled;
57 },
58 set value(it) {
59 if (breakpoint.path)
60 model.doEnableDisableBreakpoint(breakpoint.path, breakpoint.line);

Callers 1

hx711.jsFile · 0.85

Calls 4

findMethod · 0.80
doSetBreakpointMethod · 0.80
distributeMethod · 0.80

Tested by

no test coverage detected