Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ of
Method
of
src/main/java/core/packetproxy/http3/value/frame/Frames.java:32–34 ·
view source on GitHub ↗
(Frame frame)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
static
Frames of(Frame frame) {
33
return
new
Frames(List.of(frame));
34
}
35
36
public
static
Frames of(Frame frame1, Frame frame2) {
37
return
new
Frames(List.of(frame1, frame2));
Callers
2
getValue
Method · 0.45
getValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected