Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lelandrichardson/react-primitives
/ getStories
Function
getStories
example/StoryManager.js:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
stories.push({ name, Component });
6
};
7
const
getStories = () => stories;
8
const
clear = () => { stories = []; };
9
10
module.exports = {
Callers
2
AllStories.js
File · 0.90
happo-inner.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…