MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / noop

Function noop

github-gist-copier/github-gist-copier.user.js:125–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 'use strict'
124 const compactGist = true
125 function noop() { }
126 function debounce(f, delay) {
127 let timeoutId = null
128 return function (...args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected