gitlab-org--gitlab-foss/app/assets/javascripts/code_navigation/store/state.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
184 B
JavaScript
Raw Permalink Normal View History

export default () => ({
blobs: [],
loading: false,
data: null,
wrapTextNodes: false,
currentDefinition: null,
currentDefinitionPosition: null,
currentBlobPath: null,
});