MCPcopy Index your code
hub / github.com/plotly/dash / longString

Function longString

dash/dash-renderer/tests/persistence.test.js:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import {afterEach, beforeEach, describe, it} from 'mocha';
3import {recordUiEdit, stores, storePrefix} from '../src/persistence';
4const longString = pow => {
5 let s = 's';
6 for (let i = 0; i < pow; i++) {
7 s += s;
8 }
9 return s;
10};
11
12const fillStorage = (store, key) => {
13 // double the attempted string until we fail

Callers 2

fillStorageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…