Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
function countPlaygroundWidgets(code: string): number {
18
return (code.match(/console\.log/g) || []).length
19
}
20
21
function codeHeight(code: string): number {
22
const headerHeight = 40
Callers
1
codeHeight
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected