MCPcopy Create free account
hub / github.com/massCodeIO/massCode / getContentSortQuery

Function getContentSortQuery

src/renderer/composables/useContentSort.ts:80–82  ·  view source on GitHub ↗
(spaceId: SortableContentSpaceId)

Source from the content-addressed store, hash-verified

78
79export function useContentSort() {
80 function getContentSortQuery(spaceId: SortableContentSpaceId) {
81 return { ...contentSortState[spaceId] }
82 }
83
84 function setContentSortField(
85 spaceId: SortableContentSpaceId,

Callers 3

getSnippetsFunction · 0.85
getHttpRequestsFunction · 0.85
getNotesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected