Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ create
Method
create
src/core/Core.d.ts:83–83 ·
view source on GitHub ↗
(manager:ICommentManager, comment:Object)
Source
from the content-addressed store, hash-verified
81
82
interface
ICommentFactory {
83
create(manager:ICommentManager, comment:Object):IComment;
84
}
85
86
/**
Callers
2
CommentManager.js
File · 0.65
send
Method · 0.65
Implementers
1
CommentFactory
src/core/CommentFactory.ts
Calls
no outgoing calls
Tested by
no test coverage detected