HomePhabricator

Replace direct use of 0 with SetNull and IsNull
4f1524966a99Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Replace direct use of 0 with SetNull and IsNull

Replace x=0 with .SetNull(),
x==0 with IsNull(), x!=0 with !IsNull().
Replace uses of uint256(0) with uint256().

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Dec 15 2014, 08:11
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING5d3064bc44e0: Temporarily add SetNull/IsNull/GetCheapHash to base_uint
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING4f1524966a99: Replace direct use of 0 with SetNull and IsNull (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jan 5 2015, 14:45