Method
prj_mdata_with_addr
(
id: KId<M>,
field: u64,
val: KExpr<M>,
mdata: M::MField<Vec<MData>>,
addr: Addr,
)
Source from the content-addressed store, hash-verified
| 587 | } |
| 588 | |
| 589 | pub fn str(val: String, blob_addr: Address) -> Self { |
| 590 | Self::str_mdata(val, blob_addr, no_mdata::<M>()) |
| 591 | } |
| 592 | |
| 593 | fn str_mdata_with_addr( |
| 594 | val: String, |
| 595 | blob_addr: Address, |
| 596 | mdata: M::MField<Vec<MData>>, |
| 597 | addr: Addr, |
| 598 | ) -> Self { |
| 599 | KExpr::new(ExprData::Str( |
| 600 | val, |
| 601 | blob_addr, |
| 602 | mk_info::<M>(addr, 0, 0, false, mdata), |
Callers
nothing calls this directly
Tested by
no test coverage detected