Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ back
Method
back
source/json_tool/editor_gui.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void JsonEditor::back() {
83
if (m_fileIndex == 0)
84
return;
85
86
--m_fileIndex;
87
displayCurrentFile();
88
}
89
90
void JsonEditor::updatePreview(QString const& valueStr) {
91
try {
Callers
12
render
Method · 0.45
renderPortrait
Method · 0.45
invitePlayer
Method · 0.45
RunString
Function · 0.45
next
Method · 0.45
pop
Method · 0.45
StarFormattedJson.cpp
File · 0.45
DirectivesGroup
Method · 0.45
append
Method · 0.45
addToString
Method · 0.45
CapturedStream
Method · 0.45
Disconnect
Method · 0.45
Calls
no outgoing calls
Tested by
1
CapturedStream
Method · 0.36