MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / throwUnsupported

Function throwUnsupported

src/utils/helpers.ts:1–5  ·  view source on GitHub ↗
(instance: object)

Source from the content-addressed store, hash-verified

1export function throwUnsupported(instance: object) {
2 throw new Error(
3 `Unsupported operation performed in ${instance.constructor.name}`
4 );
5}
6
7export function isValidUrl(str: string) {
8 try {

Callers 15

appendInitialChildMethod · 0.90
appendChildMethod · 0.90
insertBeforeMethod · 0.90
removeChildMethod · 0.90
appendInitialChildMethod · 0.90
appendChildMethod · 0.90
insertBeforeMethod · 0.90
removeChildMethod · 0.90
appendInitialChildMethod · 0.90
appendChildMethod · 0.90
insertBeforeMethod · 0.90
removeChildMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected