Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ constructor
Method
constructor
tfjs-data/src/util/test_utils.ts:121–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
120
export
class
FakeAudioMediaStream {
121
constructor() {}
122
getTracks(): Array<{}> {
123
return
[];
124
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected