Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/guaguaguaxia/weekly_report
/ loadTemplates
Function
loadTemplates
components/TemplateManager.tsx:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}, [isOpen]);
29
30
const loadTemplates = () => {
31
const allTemplates = TemplateStorage.getAllTemplates();
32
setTemplates(allTemplates);
33
};
34
35
const resetForm = () => {
36
setFormData({
Callers
3
TemplateManager
Function · 0.70
handleCreateTemplate
Function · 0.70
handleDeleteTemplate
Function · 0.70
Calls
1
getAllTemplates
Method · 0.80
Tested by
no test coverage detected