MCPcopy Index your code
hub / github.com/gitpoint/git-point / issue.type.js

File issue.type.js

src/issue/issue.type.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createActionSet } from 'utils';
2
3export const DELETE_ISSUE_COMMENT = createActionSet('DELETE_ISSUE_COMMENT');
4export const EDIT_ISSUE_COMMENT = createActionSet('EDIT_ISSUE_COMMENT');

Callers

nothing calls this directly

Calls 1

createActionSetFunction · 0.90

Tested by

no test coverage detected