MCPcopy
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};
7const getStories = () => stories;
8const clear = () => { stories = []; };
9
10module.exports = {

Callers 2

AllStories.jsFile · 0.90
happo-inner.jsFile · 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…