Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ play
Method
play
src/scripting/host/IScripter.ts:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
export
interface
IPlayer {
4
play():void;
5
pause():void;
6
seek(position:number):void;
7
jump(item:string):void;
Callers
9
Host.js
File · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
play
Method · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
resume
Function · 0.65
bind
Function · 0.65
Implementers
1
Player
src/scripting/host/Player/Player.ts
Calls
no outgoing calls
Tested by
no test coverage detected