Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ serialize
Method
serialize
src/scripting/api/Display/Transform.ts:181–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
public serialize():Object {
182
return
{
183
'mode'
: this.getMatrixType(),
184
'matrix'
: this.getMatrix().serialize()
185
};
186
}
187
188
}
189
}
Callers
nothing calls this directly
Calls
3
getMatrixType
Method · 0.95
getMatrix
Method · 0.95
serialize
Method · 0.65
Tested by
no test coverage detected