MCPcopy
hub / github.com/liriliri/eruda / Info

Interface Info

eruda.d.ts:265–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 export interface Info extends Tool {
266 /**
267 * Clear infos
268 */
269 clear(): void
270 /**
271 * Add info
272 */
273 add(name: string, content: string | (() => void)): void
274 /**
275 * Get info or infos
276 */
277 get(): InfoItem[]
278 get(name: string): string
279 /**
280 * Remove specified info
281 */
282 remove(name: string): void
283 }
284
285 export interface InfoConstructor {
286 new (): Info

Callers 31

resources.jsFile · 0.65
info.jsFile · 0.65
settings.jsFile · 0.65
console.jsFile · 0.65
snippets.jsFile · 0.65
destroyFunction · 0.65
_bindEventMethod · 0.65
refreshMethod · 0.65
info.jsFile · 0.65
eruda.jsFile · 0.65
snippets.jsFile · 0.65
addFunction · 0.65

Implementers 1

Infosrc/Info/Info.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…