Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ setFixedResource
Method
setFixedResource
src/main/java/fielded/webserver/Server.java:284–286 ·
view source on GitHub ↗
(String uri, String text)
Source
from the content-addressed store, hash-verified
282
}
283
284
BlockingQueue<Runnable> queue =
new
LinkedBlockingDeque<Runnable>();
285
286
protected
void
update() {
287
while
(!queue.isEmpty()) {
288
Runnable c = queue.poll();
289
try {
Callers
5
ServerSupport
Method · 0.80
addFixedResource
Method · 0.80
boot
Method · 0.80
boot
Method · 0.80
boot
Method · 0.80
Calls
1
put
Method · 0.45
Tested by
no test coverage detected