MCPcopy
hub / github.com/dabbott/react-native-express / countPlaygroundWidgets

Function countPlaygroundWidgets

components/EditorConsole.tsx:17–19  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

15}
16
17function countPlaygroundWidgets(code: string): number {
18 return (code.match(/console\.log/g) || []).length
19}
20
21function codeHeight(code: string): number {
22 const headerHeight = 40

Callers 1

codeHeightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected