Skip to content

Commit 85e63b7

Browse files
docs: auto-update API reference from source code
1 parent ae5c53b commit 85e63b7

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

wiki/API-Reference:-Dashboard.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@ MARKALLDIRTY Flag all widgets as needing refresh.
161161

162162
ONRESIZE Handle figure resize: reposition all widget panels.
163163

164+
#### `triggerTimeSlidersChangedForTest(obj)`
165+
166+
TRIGGERTIMESLIDERSCHANGEDFORTEST Test-only hook to invoke the slider
167+
callback without going through UI events. Exposes the private
168+
onTimeSlidersChanged() debounce path to tests.
169+
(Hidden, not the narrower Access = {?matlab.unittest.TestCase},
170+
so Octave parsing survives — Octave has no matlab.unittest.)
171+
164172
### Static Methods
165173

166174
#### `DashboardEngine.types = widgetTypes()`

wiki/API-Reference:-FastSense.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,15 @@ CLEARMONITOR Delete a cached MonitorTag row by key.
642642

643643
CLEANUP Close the database and delete temp files.
644644

645+
#### `ensureOpenForTest(obj)`
646+
647+
ENSUREOPENFORTEST Test-only hook to force-reopen the DB handle.
648+
Exposes the private ensureOpen() lifecycle helper so WAL-mode
649+
tests can query journal_mode via mksqlite(DbId, ...) without
650+
hitting MethodRestricted. Hidden (rather than narrower
651+
Access = {?matlab.unittest.TestCase}) so Octave parsing
652+
survives — Octave has no matlab.unittest.
653+
645654
### Static Methods
646655

647656
#### `FastSenseDataStore.c = toCategorical(s)`

0 commit comments

Comments
 (0)