# 이 리프가 하는 것과 하지 않는 것 # Question: claim-check 리프는 어디까지 맡는가? direction: right n0: "messaging-claim-check" { shape: rectangle } n1: "오프로드" { shape: rectangle } n2: "참조 전달" { shape: rectangle } n3: "무결성 검증" { shape: rectangle } n4: "보존 sweep" { shape: rectangle } n0 -> n1: "수행" n0 -> n2: "수행" n0 -> n3: "수행" n0 -> n4: "없음"