Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Innei/Shiro
/ Window
Interface
Window
src/components/modules/peek/PeekPortal.tsx:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
declare global {
6
interface Window {
7
peek: ReturnType<typeof usePeek>
8
}
9
}
10
11
export const PeekPortal = () => {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected