Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ stringifiedSetting
Function
stringifiedSetting
app/src/components/editSetting.tsx:39–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
let view: EditorView
38
onMount(() => {
39
const stringifiedSetting = () => JSON.stringify(props.setting, null, 2)
40
const [theme] = useThemeContext()
41
view = new EditorView({
42
parent: ref,
Callers
1
EditSetting
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected