Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rafgraph/spa-github-pages
/ CodeProps
Interface
CodeProps
src/components/UI.tsx:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
);
20
21
interface CodeProps {
22
children: React.ReactText;
23
}
24
export const Code: React.VFC<CodeProps> = ({ children }) => (
25
<code
26
style={{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected