MCPcopy Index your code
hub / github.com/bcgit/bc-java / getProposals

Method getProposals

mls/src/main/java/org/bouncycastle/mls/codec/Commit.java:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 UpdatePath updatePath;
12
13 public List<ProposalOrRef> getProposals()
14 {
15 return proposals;
16 }
17
18 public void setUpdatePath(UpdatePath updatePath)
19 {

Callers 3

handleMethod · 0.95
handleReinitCommitMethod · 0.95
commitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected