Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/processing/p5.js
/ loadTable.js
File
loadTable.js
test/unit/io/loadTable.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mockP5, mockP5Prototype, httpMock } from
'../../js/mocks'
;
2
import
files from
'../../../src/io/files'
;
3
import
table from
'../../../src/io/p5.Table'
;
4
import
tableRow from
'../../../src/io/p5.TableRow'
;
Callers
nothing calls this directly
Calls
10
files
Function · 0.85
table
Function · 0.85
tableRow
Function · 0.85
getRowCount
Method · 0.80
getRow
Method · 0.80
start
Method · 0.45
toString
Method · 0.45
getString
Method · 0.45
getNum
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected