MCPcopy Create free account
hub / github.com/Make-md/makemd / saveProperties

Method saveProperties

src/shared/types/spaceManager.ts:91–91  ·  view source on GitHub ↗
(path: string, properties: { [key: string]: any })

Source from the content-addressed store, hash-verified

89 saveLabel(path: string, key: string, value: any): void;
90 addProperty(path: string, property: SpaceProperty): void;
91 saveProperties(path: string, properties: { [key: string]: any }): Promise<boolean>;
92 readProperties(path: string): Promise<{ [key: string]: any }>;
93 renameProperty(path: string, property: string, newProperty: string): void;
94 deleteProperty(path: string, property: string): void;

Callers 10

savePropertiesMethod · 0.65
IpeFunction · 0.65
BpeFunction · 0.65
iNeFunction · 0.65
maFunction · 0.65
glFunction · 0.65
fMtFunction · 0.65
LqeFunction · 0.65
removeTagInPropertiesFunction · 0.65
editTagInPropertiesFunction · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected