MCPcopy Index your code
hub / github.com/bugy/script-server / isNull

Function isNull

web-src/src/common/utils/common.js:187–189  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

185});
186
187export function isNull(object) {
188 return ((typeof object) === 'undefined' || (object === null));
189}
190
191export function destroyChildren(element) {
192 while (element.firstChild) {

Callers 15

createLogLineChildrenMethod · 0.90
createStyledElementsMethod · 0.90
linesChangesMethod · 0.90
constructorMethod · 0.90
isEmptyMethod · 0.90
handleMethod · 0.90
selectExecutionFunction · 0.90
sortExecutionLogsFunction · 0.90
getStartTimeStringFunction · 0.90
getFullStatusFunction · 0.90
setExecutingFaviconFunction · 0.90
setFinishedFaviconFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected